home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TFORM12 / TFORM12.txt
Encoding:
Text File  |  2002-04-04  |  3.5 KB  |  188 lines

  1. object Form12: TForm12
  2.   Left = 51
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Event'
  6.   ClientHeight = 272
  7.   ClientWidth = 451
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 8
  20.     Top = 10
  21.     Width = 437
  22.     Height = 219
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 130
  28.       Top = 46
  29.       Width = 27
  30.       Height = 13
  31.       Alignment = taRightJustify
  32.       Caption = 'Type:'
  33.     end
  34.     object Label2: TLabel
  35.       Left = 131
  36.       Top = 70
  37.       Width = 26
  38.       Height = 13
  39.       Alignment = taRightJustify
  40.       Caption = 'Date:'
  41.     end
  42.     object Label4: TLabel
  43.       Left = 135
  44.       Top = 118
  45.       Width = 22
  46.       Height = 13
  47.       Alignment = taRightJustify
  48.       Caption = 'Age:'
  49.     end
  50.     object Label5: TLabel
  51.       Left = 57
  52.       Top = 142
  53.       Width = 100
  54.       Height = 13
  55.       Alignment = taRightJustify
  56.       Caption = 'Responsible Agency:'
  57.     end
  58.     object Label6: TLabel
  59.       Left = 82
  60.       Top = 166
  61.       Width = 75
  62.       Height = 13
  63.       Alignment = taRightJustify
  64.       Caption = 'Cause of event:'
  65.     end
  66.     object Label3: TLabel
  67.       Left = 17
  68.       Top = 14
  69.       Width = 141
  70.       Height = 13
  71.       Alignment = taRightJustify
  72.       Caption = 'Scholastic Achievement:'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object Label7: TLabel
  81.       Left = 127
  82.       Top = 94
  83.       Width = 30
  84.       Height = 13
  85.       Alignment = taRightJustify
  86.       Caption = 'Place:'
  87.     end
  88.     object Label8: TLabel
  89.       Left = 120
  90.       Top = 190
  91.       Width = 37
  92.       Height = 13
  93.       Alignment = taRightJustify
  94.       Caption = 'Source:'
  95.     end
  96.     object Edit1: TEdit
  97.       Left = 160
  98.       Top = 42
  99.       Width = 177
  100.       Height = 21
  101.       MaxLength = 90
  102.       TabOrder = 1
  103.     end
  104.     object Edit2: TEdit
  105.       Left = 160
  106.       Top = 66
  107.       Width = 97
  108.       Height = 21
  109.       MaxLength = 35
  110.       TabOrder = 2
  111.     end
  112.     object ComboBox1: TComboBox
  113.       Left = 160
  114.       Top = 114
  115.       Width = 89
  116.       Height = 21
  117.       ItemHeight = 13
  118.       Items.Strings = (
  119.         'CHILD'
  120.         'INFANT'
  121.         'STILLBORN')
  122.       TabOrder = 4
  123.     end
  124.     object Edit3: TEdit
  125.       Left = 160
  126.       Top = 138
  127.       Width = 265
  128.       Height = 21
  129.       MaxLength = 120
  130.       TabOrder = 5
  131.     end
  132.     object Edit4: TEdit
  133.       Left = 160
  134.       Top = 162
  135.       Width = 265
  136.       Height = 21
  137.       MaxLength = 120
  138.       TabOrder = 6
  139.     end
  140.     object Edit5: TEdit
  141.       Left = 160
  142.       Top = 10
  143.       Width = 265
  144.       Height = 21
  145.       MaxLength = 90
  146.       TabOrder = 0
  147.     end
  148.     object Edit6: TEdit
  149.       Left = 160
  150.       Top = 90
  151.       Width = 265
  152.       Height = 21
  153.       MaxLength = 120
  154.       TabOrder = 3
  155.       Text = 'Edit6'
  156.     end
  157.     object Edit7: TEdit
  158.       Left = 160
  159.       Top = 186
  160.       Width = 265
  161.       Height = 21
  162.       MaxLength = 120
  163.       TabOrder = 7
  164.       Text = 'Edit7'
  165.     end
  166.   end
  167.   object Button1: TButton
  168.     Left = 270
  169.     Top = 239
  170.     Width = 84
  171.     Height = 26
  172.     Caption = 'OK'
  173.     Default = True
  174.     TabOrder = 1
  175.     OnClick = Button1Click
  176.   end
  177.   object Button2: TButton
  178.     Left = 358
  179.     Top = 239
  180.     Width = 84
  181.     Height = 26
  182.     Cancel = True
  183.     Caption = 'Cancel'
  184.     TabOrder = 2
  185.     OnClick = Button2Click
  186.   end
  187. end
  188.